data mapper meaning in Chinese
数据映射器
Examples
- Hibernate is based on the data mapper pattern , where a specific mapper class , the
Hibernate基于data mapper模式,在这种模式中,特定的映射器类 - An additional dao framework ; ibatis comes with a full implementation of the dao pattern that can be used optionally in addition to the data mapper
新增的dao框架; ibatis提供了在资料对应程式中可以选择使用的dao样式的完整实作。 - In part 2 , you use ibatis s data access objects and data mapper to access an application s underlying data structure effectively . in this tutorial the jpetstore application
在第2部分中,我们将用ibatis的数据访问对象( dao )和data mapper有效地访问应用程序的底层数据结构。 - Transfers data from a domain object to a database . the data mapper is a layer of software that acts as a mediator between the in - memory objects and the database
如果映射器是硬编码的,最好为每个领域类或领域层使用一个数据映射器,如果使用元数据映射,一个映射器就足够。映射器通常使用于领域模型。